home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / text / misc / manfilt12.lha / manfilt 1.2 / manfilt.doc < prev    next >
Encoding:
Text File  |  1994-06-10  |  2.3 KB  |  95 lines

  1. Contents
  2.  
  3. Copyright information
  4. Introduction
  5. Features
  6. System requirements
  7. Usage
  8. How to reach the author
  9. Revision history
  10.  
  11.  
  12. Copyright information
  13.  
  14. manfilt 1.2 - unix man page filter
  15. Copyright © 1994 George Leonidas Coulouris
  16.  
  17.         The  author  is not responsible for any damage, whether direct
  18. or consequential, resulting from the use of this program.
  19.  
  20.         This  program is free software; you can redistribute it and/or
  21. modify  it under the terms of the GNU General Public License Version 2
  22. as published by the Free Software Foundation.
  23.  
  24.         This  program  is  distributed  in  the  hope  that it will be
  25. useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  26. MERCHANTABILITY  or  FITNESS  FOR  A  PARTICULAR PURPOSE.  See the GNU
  27. General Public License for more details.
  28.  
  29.         You  should  have  received  a  copy of the GNU General Public
  30. License  along  with  this program; if not, write to the Free Software
  31. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  32.  
  33.  
  34. Introduction
  35.  
  36.         manfilt  will filter out those pesky control codes in unix man
  37. pages.   Specifically, it will filter out bold sequences and underline
  38. sequences.
  39.  
  40.  
  41. Features
  42.  
  43.         -  Portable.   manfilt is written in ANSI C, and can ported to
  44. any platform which supports the standard.
  45.  
  46.         - Pipe-able.  manfilt can be piped into and out of.
  47.  
  48.  
  49. System requirements
  50.  
  51.         - None
  52.  
  53.  
  54. Usage
  55.  
  56.         manfilt  reads  from  stdin  and  writes  to stdout.  In other
  57. words,  you  will probably use command-line redirection to filter your
  58. man pages.
  59.  
  60. Examples:
  61.  
  62. System2.1> manfilt <foo
  63.  
  64.         ...  will filter the file "foo", and write output to stdout.
  65.  
  66. System2.1> manfilt <foo >bar
  67.  
  68.         ...  will filter the file "foo", and write it to file "bar".
  69.  
  70. System2.1> gzip -d -c foo.gz | manfilt | MuchMore
  71.         ...   will  pipe  input  from  gzip,  and  will pipe output to
  72. MuchMore.
  73.  
  74.  
  75. How to reach the author
  76.  
  77. Send feedback, suggestions, flames, etc. to:
  78.  
  79.         deltax@hermes.acm.rpi.edu
  80.  
  81.  
  82. Help to put me through college! Send donations to:
  83.  
  84.         George L. Coulouris
  85.         Box 4499 Route 32
  86.         Catskill, NY 12414
  87.         USA
  88.  
  89.  
  90. Revision history
  91.  
  92. 1.0             12 Mar 94.  First (only?) release.
  93. 1.1             13 Mar 94.  Silly mistake, fixed.
  94. 1.2             9 June 94.  Bug fix.
  95.